home *** CD-ROM | disk | FTP | other *** search
/ American History: Interactive Maps & User's Guide / American History: Interactive Maps & User's Guide.iso / pc / TIMESCPE.dxr / 00173.ls < prev    next >
Encoding:
Text File  |  2000-01-25  |  1.2 KB  |  32 lines

  1. on mouseUp
  2.   global gSplit
  3.   case 1 of
  4.     (the castNum of sprite 44 = the number of member "prologue.label"):
  5.       hMenuCheck(44, "prologue.label", "prologue", "pixel", "pixel", "pixel")
  6.     (the castNum of sprite 44 = the number of member "unit 6.label"):
  7.       if gSplit = 2 then
  8.         hMenuCheck(44, "unit 6.label", "unit6.ch4", "unit6.ch5", "pixel", "pixel")
  9.       else
  10.         if gSplit = 4 then
  11.           hMenuCheck(44, "unit 6.label", "unit6.ch16", "unit6.ch17", "pixel", "pixel")
  12.         end if
  13.       end if
  14.     (the castNum of sprite 44 = the number of member "unit 8.label"):
  15.       if gSplit = 2 then
  16.         hMenuCheck(44, "unit 8.label", "unit21.ch9", "unit22.ch10", "unit23.ch11", "pixel")
  17.       else
  18.         if gSplit = 4 then
  19.           hMenuCheck(44, "unit 8.label", "unit21.ch21", "unit22.ch22", "unit23.ch23", "pixel")
  20.         end if
  21.       end if
  22.     (the castNum of sprite 44 = the number of member "unit 10.label"):
  23.       if gSplit = 2 then
  24.         hMenuCheck(44, "unit 10.label", "unit10.ch15", "unit10.ch16", "unit10.ch17", "unit10.ch18")
  25.       else
  26.         if gSplit = 4 then
  27.           hMenuCheck(44, "unit 10.label", "unit10.ch27", "unit10.ch28", "unit10.ch29", "unit10.ch30")
  28.         end if
  29.       end if
  30.   end case
  31. end
  32.